home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 December / Designer's Club 1998 December.iso / mac / Idea Source® / glass1.dir / 00198.ls < prev    next >
Encoding:
Text File  |  1998-11-02  |  921 b   |  39 lines

  1. on mouseUp
  2.   if the visible of sprite 23 = 1 then
  3.     set the visible of sprite 23 to 0
  4.     set the visible of sprite 28 to 1
  5.     updateStage()
  6.     exit
  7.   end if
  8.   if the visible of sprite 24 = 1 then
  9.     set the visible of sprite 24 to 0
  10.     set the visible of sprite 23 to 1
  11.     updateStage()
  12.     exit
  13.   end if
  14.   if the visible of sprite 25 = 1 then
  15.     set the visible of sprite 25 to 0
  16.     set the visible of sprite 24 to 1
  17.     updateStage()
  18.     exit
  19.   end if
  20.   if the visible of sprite 26 = 1 then
  21.     set the visible of sprite 26 to 0
  22.     set the visible of sprite 25 to 1
  23.     updateStage()
  24.     exit
  25.   end if
  26.   if the visible of sprite 27 = 1 then
  27.     set the visible of sprite 27 to 0
  28.     set the visible of sprite 26 to 1
  29.     updateStage()
  30.     exit
  31.   end if
  32.   if the visible of sprite 28 = 1 then
  33.     set the visible of sprite 28 to 0
  34.     set the visible of sprite 27 to 1
  35.     updateStage()
  36.     exit
  37.   end if
  38. end
  39.